home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide 18
/
PC Guide CD-ROM (PCCD-18-12-96) (1996).iso
/
cd
/
inlaunch.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-07
|
268b
|
11 lines
%1%
cd %2%
%3%
cls
@echo To run this installation program from DOS enter
@echo %1% [enter]
@echo cd %2% [enter]
@echo %3% [enter].
@pause